From ece701bc5a724f421a358950c28bc9a207c57a7a Mon Sep 17 00:00:00 2001 From: =?utf8?q?=E8=91=A3=E6=98=8A=20=28Dong=2C=20Hao=29?= Date: Sun, 12 Oct 2025 18:16:16 +0400 Subject: [PATCH] fish: update to 4.1.2 MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit This release fixes several regressions in 4.1.0, including: - Fixed spurious error output when completing remote file paths for scp - Fixed the alt-l binding for formatting ls output - Fixed multiline prompt redraw issues with focus events - Fixed Midnight Commander compatibility issues - Fixed Zellij escape key processing - Fixed web-based configuration tool issue - Fixed pasting into fish -c read Signed-off-by: 董昊 (Dong, Hao) --- utils/fish/Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/utils/fish/Makefile b/utils/fish/Makefile index 6aa4397ea2..389c704d82 100644 --- a/utils/fish/Makefile +++ b/utils/fish/Makefile @@ -5,14 +5,14 @@ include $(TOPDIR)/rules.mk PKG_NAME:=fish -PKG_VERSION:=4.0.2 +PKG_VERSION:=4.1.2 PKG_RELEASE:=1 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.xz PKG_SOURCE_URL:=https://github.com/fish-shell/fish-shell/releases/download/$(PKG_VERSION) -PKG_HASH:=6e1ecdb164285fc057b2f35acbdc20815c1623099e7bb47bbfc011120adf7e83 +PKG_HASH:=52873934fc1ee21a1496e9f4521409013e540f77cbf29142a1b17ab93ffaafac -PKG_MAINTAINER:=Curtis Jiang , Hao Dong +PKG_MAINTAINER:=Curtis Jiang PKG_LICENSE:=GPL-2.0-only PKG_LICENSE_FILES:=COPYING PKG_CPE_ID:=cpe:/a:fishshell:fish -- 2.30.2